home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / UTILS.SHR / AW_SB.EXE / AW_SB.B50 next >
Encoding:
Text File  |  1994-08-19  |  2.5 KB  |  116 lines

  1. rem  ╔═══════════════════════════════════════════════════════════════╗
  2. rem  ║  SVGA Air Warrior Block 50 FLCS File                          ║
  3. rem  ║  Created by Stuart Butts - August 1994                        ║
  4. rem  ╚═══════════════════════════════════════════════════════════════╝
  5.  
  6. rem  Read AW_SB.TXT before using this file!
  7. rem  ══════════════════════════════════════
  8.  
  9. rem  WCS MkII Base Switch Settings
  10. rem  ═════════════════════════════
  11. rem  Black Hat Switch = Digital
  12. rem  Red Mode Switch  = Digital
  13.  
  14. rem  Game Settings (Required settings for use of FLCS)
  15. rem  ═════════════════════════════════════════════════
  16. rem  Choose Joystick, WCSII, and Rudder (if you have them) from the
  17. rem  SingleUser | Options | Aircraft menu.
  18.  
  19. rem  Define Macro Definition File
  20. rem  ════════════════════════════
  21.  
  22. Mdef AW_SB
  23.  
  24. rem  Define WCS MkII Use and Zero Millisecond Delay
  25. rem  ══════════════════════════════════════════════
  26.  
  27. USE WCS
  28.  
  29. RATE 0
  30.  
  31. rem  Define FLCS Button Commands
  32. rem  ═══════════════════════════
  33.  
  34. rem SWAPTG
  35.  
  36. rem BTN TG1
  37.  
  38. rem BTN TG2
  39.  
  40. BTN S1 /T GunCamera ViewCombat
  41.        /T GunCamera ViewFull
  42.  
  43. BTN S2 DropBombs RPT(8) DropParatrooper
  44.  
  45. BTN S3 /H Lookshift
  46.  
  47. BTN S4 /N Autopilot
  48.  
  49. BTN H1U GunnerUpper
  50.  
  51. BTN H1D GunnerLower GunnerBall Driver
  52.  
  53. BTN H1L LCOSGunsight PilotBombardier GunnerHull
  54.  
  55. BTN H1R CCIPBombsight ArmBombs GunnerMain
  56.  
  57. BTN H2U /N Radar
  58.  
  59. BTN H2D /T RadarBiasEnemy
  60.         /T RadarBiasNone
  61.  
  62. BTN H2L /T RadarRangeMed
  63.         /T RadarRangeMin
  64.  
  65. BTN H2R /T RadarRangeMed
  66.         /T RadarRangeMax
  67.  
  68. BTN H3U /H LookFrontUp
  69.  
  70. BTN H3D /H LookBack
  71.  
  72. BTN H3L /H LookLeft
  73.  
  74. BTN H3R /H LookRight
  75.  
  76. BTN H3M Look
  77.  
  78. BTN H4U /H TurretUp
  79.  
  80. BTN H4D /H TurretDown
  81.  
  82. BTN H4L /H TurretLeft
  83.  
  84. BTN H4R /H TurretRight
  85.  
  86. rem  Define WCS MkII Button Commands
  87. rem  ═══════════════════════════════
  88.  
  89. BTN T1 CallIn
  90.  
  91. BTN T2 Engine ViewFull RPT(4) LCOSRangeIncreas
  92.  
  93. BTN T3 /N LandingGear
  94.  
  95. BTN T4 /N FlapsUp
  96.  
  97. BTN T5 /N FlapsDown
  98.  
  99. BTN T6 /H Brakes
  100.  
  101. BTN T7 /P /N Map
  102.        /R Map
  103.  
  104. BTN T8 /P /N Text
  105.        /R Text
  106.  
  107. THR 1 16 1 c v C C 7 7 BTN MT /N V
  108.  
  109. rem  NOTE: THIS FILE IS TO BE USED WITH THE F16C BLOCK 50 FLCS
  110. rem  joystick made exclusively by ThrustMaster, Inc.
  111. rem  Don't have one of these joysticks that are so realistic they look
  112. rem  like they've been ripped out of the jet?  Just pick up your phone
  113. rem  and dial 503-639-3200 or fire up the FAX machine and send a FAX
  114. rem  to ThrustMaster, Inc.  Ask for the Order department.  Have your
  115. rem  Visa or MasterCard ready.
  116.